home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / mikecom / lites1.inc < prev    next >
Text File  |  1987-05-15  |  218b  |  11 lines

  1. ;---- Data if using debugging RX/TX indicators
  2. rxadr           dw      3751
  3. txadr           dw      3911
  4. ifdef MONO
  5. rxatrib db      70h
  6. txatrib db      70h
  7. else
  8. rxatrib db      40h
  9. txatrib db      50h
  10. endif
  11.